/**
 * custom
 * place custom style in this file
 * add !important to the end if no effect
 * e.g. color: #fff !important;
 * --------------------------------------------------
 *
 */

.is-black .site-bg__overlay {
  position: absolute;
  background-color: rgba(1, 1, 1, 0.35);
}

.is-dark .site-bg__overlay {
  position: absolute;
  background-color: rgba(30, 31, 37, 0.45);
}

.panel-default {
    border-color: #464545;
}

.panel {
    margin-bottom: 21px;
    background-color: #303030;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
    background-color: #464545;
}

.panel-default > .panel-heading {
    color: #ffffff;
    border-color: #464545;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}